home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 45
/
Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso
/
Aminet
/
util
/
libs
/
ReqToolsLib.lha
/
ReqToolsLib
/
Source
/
reqtools
/
boopsi.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-07-02
|
317 b
|
13 lines
#ifdef _AROS
#include <aros/asmcall.h>
AROS_UFP3(IPTR, myBoopsiDispatch,
AROS_UFPA(Class *, cl, A0),
AROS_UFPA(struct Image *, im, A2),
AROS_UFPA(Msg, msg, A1));
#else
IPTR myBoopsiDispatch(REGPARAM(a0, Class *, cl),
REGPARAM(a2, struct Image *, im),
REGPARAM(a1, Msg, msg));
#endif